projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7957d1
)
arm:cache:trats: Enable PL310 L2 Cache Controller at TRATS Samsung board
author
Łukasz Majewski
<
[email protected]
>
Tue, 7 Aug 2012 05:42:14 +0000
(
05:42
+0000)
committer
Albert ARIBAUD
<
[email protected]
>
Sat, 1 Sep 2012 12:58:24 +0000
(14:58 +0200)
Enable the PL310 L2 cache controller at TRATS Samsung board.
Signed-off-by: Lukasz Majewski <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Minkyu Kang <
[email protected]
>
include/configs/trats.h
patch
|
blob
|
history
diff --git
a/include/configs/trats.h
b/include/configs/trats.h
index 98e178d7e22d72116cd276f01f11616b164ea877..8a0deea434ec620d5239b51fae670a7586e69494 100644
(file)
--- a/
include/configs/trats.h
+++ b/
include/configs/trats.h
@@
-42,8
+42,10
@@
#define CONFIG_DISPLAY_CPUINFO
#define CONFIG_DISPLAY_BOARDINFO
-/* Keep L2 Cache Disabled */
-#define CONFIG_SYS_L2CACHE_OFF
+#ifndef CONFIG_SYS_L2CACHE_OFF
+#define CONFIG_SYS_L2_PL310
+#define CONFIG_SYS_PL310_BASE 0x10502000
+#endif
#define CONFIG_SYS_SDRAM_BASE 0x40000000
#define CONFIG_SYS_TEXT_BASE 0x63300000